home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2006 October
/
wn148cd2.iso
/
Windows
/
Travailler
/
QuickZip
/
quickzip_460013.exe
/
{app}
/
Scripts
/
File
/
Akp Add to ZipTest.akp
< prev
next >
Wrap
Text File
|
2002-12-17
|
185b
|
10 lines
var ParamList : TStrings;
i : integer;
begin
ParamList := Param;
open('c:\akpscripttest.zip');
for i := 0 to ParamList.count -1 do
add(Paramlist.strings[i]);
DoAdd;
end.